home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 32 / CD Expert nº 32.iso / NBA 2000 / NBA2000.exe / CABFILE / IDR_CABFILE / Data / UIScript / InGame / COACHBAR.UI next >
Text File  |  1999-06-16  |  5KB  |  238 lines

  1. "2D\Overlays\Coaching\CoachBar"
  2.  
  3. //********************************
  4. //  Data Container
  5. //********************************
  6. DataContainer {
  7.     Int "InGameCoachBarCurrentScreen" {
  8.         RadioGroup "InGameCoachBar";
  9.         InitialValue 0;
  10.     };
  11. };
  12.  
  13. //********************************
  14. //  Images
  15. //********************************
  16. Image "InGameCoachBarBack" {
  17.     Filename "BckBar";
  18. };
  19.  
  20. Image "PushedRoster" {
  21.     Filename "pRoster";
  22. };
  23.  
  24. Image "FocusedRoster" {
  25.     Filename "fRoster";
  26. };
  27.  
  28. Image "ArmedRoster" {
  29.     Filename "aRoster";
  30.     Position [0, 1];
  31. };
  32.  
  33. Image "PushedAndArmedRoster" {
  34.     Filename "fpRoster";
  35. };
  36.  
  37.  
  38. Image "FocusedStrategy" {
  39.     Filename "fStrat";
  40. };
  41.  
  42. Image "PushedStrategy" {
  43.     Filename "pStrat";
  44. };
  45.  
  46. Image "ArmedStrategy" {
  47.     Filename "aStrat";
  48.     Position [0, 1];
  49. };
  50.  
  51. Image "PushedAndArmedStrategy" {
  52.     Filename "fpStrat";
  53. };
  54.  
  55.  
  56. Image "FocusedPlayBook" {
  57.     Filename "fPlayb";
  58. };
  59.  
  60. Image "PushedPlayBook" {
  61.     Filename "pPlayb";
  62. };
  63.  
  64. Image "ArmedPlayBook" {
  65.     Filename "aPlayb";
  66.     Position [0, 1];
  67. };
  68.  
  69. Image "PushedAndArmedPlayBook" {
  70.     Filename "fpPlayb";
  71. };
  72.  
  73. Image "FocusedTrade" {
  74.     Filename "fTrade";
  75. };
  76.  
  77. Image "PushedTrade" {
  78.     Filename "pTrade";
  79. };
  80.  
  81. Image "ArmedTrade" {
  82.     Filename "aTrade";
  83.     Position [0, 1];
  84. };
  85.  
  86. Image "PushedAndArmedTrade" {
  87.     Filename "fpTrade";
  88. };
  89.  
  90.  
  91. //********************************
  92. //  Fonts
  93. //********************************
  94. Font "InGameCoachBarEnabled" {
  95.     Filename "rfonte";
  96.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  97.     Kerning 1;
  98. };
  99. Font "InGameCoachBarDisabled" {
  100.     Filename "rfontd";
  101.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  102.     Kerning 1;
  103. };
  104. Font "InGameCoachBarFocused" {
  105.     Filename "rfontf";
  106.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  107.     Kerning 1;
  108. };
  109.  
  110. Font "InGameCoachBarPushed" {
  111.     Filename "rfontp";
  112.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  113.     Kerning 1;
  114. };
  115.  
  116. Font "InGameCoachBarArmed" {
  117.     Filename "rfonta";
  118.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  119.     Kerning 1;
  120. };
  121.  
  122. Font "InGameCoachBarPushedAndArmed" {
  123.     Filename "rfontpf";
  124.     Translate " ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  125.     Kerning 1;
  126. };
  127.  
  128.  
  129. //********************************
  130. //  Styles
  131. //********************************
  132. Style "InGameCoachBar" {
  133.     Image "InGameCoachBarBack";
  134. };
  135.  
  136. ButtonStyle "InGameCoachBarRosterButtonStyle" {
  137.     Focused Image "FocusedRoster";
  138.     Pushed Image "PushedRoster";
  139.     Armed Image "ArmedRoster";
  140.     PushedAndArmed Image "PushedAndArmedRoster";
  141.     Enabled Font "InGameCoachBarEnabled";
  142.     Focused Font "InGameCoachBarFocused";
  143.     Pushed Font "InGameCoachBarPushed";
  144.     Armed Font "InGameCoachBarArmed";
  145.     PushedAndArmed Font "InGameCoachBarPushedAndArmed";
  146. };
  147.  
  148. ButtonStyle "InGameCoachBarStrategyButtonStyle" {
  149.     Focused Image "FocusedStrategy";
  150.     Pushed Image "PushedStrategy";
  151.     Armed Image "ArmedStrategy";
  152.     PushedAndArmed Image "PushedAndArmedStrategy";
  153.     Enabled Font "InGameCoachBarEnabled";
  154.     Disabled Font "InGameCoachBarDisabled";
  155.     Focused Font "InGameCoachBarFocused";
  156.     Pushed Font "InGameCoachBarPushed";
  157.     Armed Font "InGameCoachBarArmed";
  158.     PushedAndArmed Font "InGameCoachBarPushedAndArmed";
  159. };
  160.  
  161. ButtonStyle "InGameCoachBarPlayBookButtonStyle" {
  162.     Focused Image "FocusedPlayBook";
  163.     Pushed Image "PushedPlayBook";
  164.     Armed Image "ArmedPlayBook";
  165.     PushedAndArmed Image "PushedAndArmedPlayBook";
  166.     Enabled Font "InGameCoachBarEnabled";
  167.     Disabled Font "InGameCoachBarDisabled";
  168.     Focused Font "InGameCoachBarFocused";
  169.     Pushed Font "InGameCoachBarPushed";
  170.     Armed Font "InGameCoachBarArmed";
  171.     PushedAndArmed Font "InGameCoachBarPushedAndArmed";
  172. };
  173.  
  174. ButtonStyle "InGameCoachBarTradeButtonStyle" {
  175.     Focused Image "FocusedTrade";
  176.     Pushed Image "PushedTrade";
  177.     Armed Image "ArmedTrade";
  178.     PushedAndArmed Image "PushedAndArmedTrade";
  179.     Enabled Font "InGameCoachBarEnabled";
  180.     Disabled Font "InGameCoachBarDisabled";
  181.     Focused Font "InGameCoachBarFocused";
  182.     Pushed Font "InGameCoachBarPushed";
  183.     Armed Font "InGameCoachBarArmed";
  184.     PushedAndArmed Font "InGameCoachBarPushedAndArmed";
  185. };
  186.  
  187.  
  188. //********************************
  189. //  Buttons
  190. //********************************
  191. CheckButton "InGameCoachBarRoster" {
  192.     ButtonStyle "InGameCoachBarRosterButtonStyle";
  193.     Position [50, 0];
  194.  
  195.     String "Roster" {
  196.         Justify CenterCenter;
  197.         Position [48, 6];
  198.     };
  199. };
  200.  
  201. CheckButton "InGameCoachBarStrategy" {
  202.     ButtonStyle "InGameCoachBarStrategyButtonStyle";
  203.     Position [157, 0];
  204.  
  205.     Disabled;
  206.  
  207.     String "Strategy" {
  208.         Justify CenterCenter;
  209.         Position [48, 6];
  210.     };
  211. };
  212.  
  213. CheckButton "InGameCoachBarPlayBook" {
  214.     ButtonStyle "InGameCoachBarPlayBookButtonStyle";
  215.     Position [265, 0];
  216.  
  217.     Disabled;
  218.  
  219.     String "PlayBook" {
  220.         Justify CenterCenter;
  221.         Position [48, 6];
  222.     };
  223. };
  224.  
  225. //********************************
  226. //  Groups
  227. //********************************
  228. RadioGroup "InGameCoachBar" {
  229.     Root;
  230.     Style "InGameCoachBar";
  231.     Position [0, 0];
  232.     Children {
  233.         CheckButton "InGameCoachBarRoster";
  234.         CheckButton "InGameCoachBarStrategy";
  235.         CheckButton "InGameCoachBarPlayBook";
  236.     };
  237. };
  238.